﻿@charset "UTF-8";
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    /* font-size: 100px; */
}

body,
div,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p ,
input{
    margin: 0;
    padding: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
code,
del,
em,
img,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {display: block;}

a {
    text-decoration: none;
    color: #666;
}

ul,
ol {list-style: none;}

body,
div {
    font-family: "微软雅黑";
    font-size: 16px;
    line-height: normal;
}

.pull-left {float: left;}

.pull-right {float: right;}

img {border: none;}

.g-container {
    width: 1200px;
    margin: 0 auto;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

tr td th {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}
/*end*/

/*搜索弹窗*/
.s_overlay{
    position:fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background:rgba(0,0,0,0.7);
    z-index: 9999;
    display: none;
}
.serachDiv{
    width: 860px;
    height: 200px;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 100px auto;
    z-index: 10001;
    display: none;
}
.serachDiv span{
    font-size: 44px;
    color: #FFFFFF !important;
    cursor: pointer;
}
.serachDiv>div{
    height: 60px;
    background-color: #FFFFFF;
    border-radius: 5px;
    margin-top: 90px;
    overflow: hidden;
}
.serachDiv>div>input{
    padding: 0px 30px;
    width: 660px;
    height: 100%;
    border: 0;
    outline: none;
    font-size: 16px;
    color: #c5c4c4 !important;
}
.serachDiv>div>img{
    vertical-align: top;
    margin-top: 19px;
    margin-left: 96px;
    cursor: pointer;
    width: 24px;

}

/* 头部*/
.header{
    width:100%;
    min-width: 1200px;
    height:110px;
    background:rgba(255,255,255,1);
}
.header-top{
    min-width: 1200px;
    padding-top: 20px;
}
.header-top .header-logo{
    width: 180px;
    height: auto;
    padding: 0;
    vertical-align: top;
}
.head-right{
    font-size:12px;
    margin-top: 10px;
}
.head-right li a{
    color: #222222;
}
.head-right .dan{
    color: #cccccc !important;
}
.head-right li{
    float: left;
    margin-right: 8px;
    cursor: pointer;
    position: relative;
}
.head-right li:last-child{
    margin-right: 0px;
}
.arrow-img{
    width:10px;
    height:7px;
    margin-left:7px;
}
.drop-down-content{
    display: none;
    width: 76px;
    background: #fff;
    border: 1px solid #eaeaea;
    border-top: none;
    left: -10px;
    top: 15px;
    padding: 10px 0px 6px 10px;
    font-size: 14px;
    position: absolute;
    z-index: 995;
}
.drop-down-content a{
    font-size: 12px;
    display: block;
    line-height: 30px;
}
.drop-down-content a:hover{
    color: #58B3E9 !important;
}

.header-nav{
    min-width: 1200px;
    margin-top: 16px;
}
.header-nav .nav_list{
    float: left;
    width: 850px;
}
.header-nav .nav_list li{
    height: 29px;
    float: left;
    font-size: 16px;
    margin-right: 35px;
    cursor: pointer;
    position: relative;
}
.nav_list li>a{
    color: #222222;
}
.nav_list li>a:hover{
	color: #57B3E9 !important;
}
/*.nav_list .current{*/
    /*border-bottom: 4px solid #58B3E9;*/
/*}*/
.nav_list .child_menu{
    border-top: 2px solid #58B3E9;
    display: none;
    width: 200px;
    top: 40px;
    position: absolute;
    z-index: 9999;
    background-color: #FFFFFF;
}
.child_menu dd{
    height: 40px;
    line-height: 40px;
    padding: 0px 18px;
    border-bottom: 1px solid #E9E9E9;
}
.child_menu dd a:hover{
    color: #58B3E9;
}
.header-nav .selectAllBtnBox{
    display: inline-block;
    width: 200px;
    height: 30px;
    line-height: 30px;
    /*border: 1px solid #ccc;*/
    text-align: right;
    position:relative;
}
.header-nav #selectAllBtn {
    width: 18px;
    height: 18px;
    vertical-align: top;
    cursor: pointer;
    margin-top: 6px;
    margin-right: 10px;
}

/*footer*/
.footer{
    width: 100%;
    min-width: 1200px;
    color: #FFFFFF;
}
.footer_top{
    background-color: #282828;
    height: 178px;
}
.footer_left{
    width: 545px;
    padding-left: 20px;
    float: left;
}
.footer_left ul li{
    margin-top: 32px;
    font-size: 16px;
    float: left;
    margin-right: 40px;
    cursor: pointer;
}
.footer_left ul li a{
    font-size: 14px;
    color: #FFFFFF !important;
}
.footer_left>div{
    font-size: 14px;
}
.footer_left .line{
    margin-top: 49px;
    margin-bottom: 21px;
}
.footer_left div span{
    margin-left: 8px;
}
.telTime{
    font-size: 12px;
}
.footer_right{
    float: left;
    margin-top: 70px;
}
.footer_right>div{
    float: left;
    height: 80px;
}
.footer_right>div:first-child{
    margin-right: 90px;
}
.footer_right>div img{
    width: 80px;
    height: 80px;
    vertical-align: top;
}
.footer_right>div>div{
    font-size: 14px;
    display: inline-block;
    margin-left: 10px;
}
.footer_right>div>div p:first-child{
    margin-bottom: 8px;
}
.footer_right>div>div p:nth-child(n+2){
    font-size: 12px;
    line-height: 20px;
    color: #9c9c9c;
}
.footer_bottom{
    background-color: #000000;
    height: 59px;
}
.footer_bottom div{
    color: #9c9c9c;
    font-size: 12px;
    padding-top:20px;
}
.footer_bottom div p:first-child{
    margin-left: 30px;
}
.footer_bottom div p:last-child{
    margin-right: 30px;
}
.selectAllBtnBox>input {
    padding: 0px 10px;
    width: 100%;
    height: 30px;
    border: 0;
    outline: none;
    font-size: 12px;
    font-family: "微软雅黑";
    position:absolute;
    left:0;
    box-sizing: border-box;
        color: #666;
            background: #f2f2f2;
}
.header-nav #confirmBtn {
    width: 18px;
    height: 18px;
    vertical-align: top;
    cursor: pointer;
    margin-top: 6px;
   right:10px;
   position:absolute;
}